.loadbox{height:100%;width:100%;position:absolute;left:0;top:0;z-index:1000;}
.loadbody{overflow:hidden;}
.loadbox-z1{height:100%;width:100%;position:absolute;left:0;top:0;z-index:93;background:url(../images/load/bg02.png) no-repeat center center;background-size:cover;}
.loadbox-z2{height:100%;width:100%;position:absolute;left:0;top:0;z-index:91;background:url(../images/load/bg01.png) no-repeat center center;background-size:cover;}
.loadbox-over{width:100%;height:53%;position:absolute;left:0;top:0;z-index:93;background:#fff;-webkit-animation:overbox 6s;animation:overbox 6s;animation-fill-mode:both;overflow:hidden;}
.loadbox-overbg{width:100%;background:url(../images/load/bg03.png) no-repeat center center;background-size:cover;}
.loadbox-txt{width:100%;position:absolute;left:0;top:56%;z-index:93;text-align:center;}
.loadbox-txt-m{position:relative;}
.loadbox-txt-m--scale[data-animated] .loadbox-txt-m__box{transform:scale(0);-webkit-animation-name:scale;animation-name:scale;}
.loadbox-txt-m__box{font-size:86px;color:#76bd21;display:inline-block;transform-style:preserve-3d;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;font-style:italic;font-weight:bold;vertical-align:bottom;}
.loadbox-txt-m__box:nth-of-type(1){-webkit-animation-delay: 0.1s;animation-delay: 0.1s;}
.loadbox-txt-m__box:nth-of-type(2){-webkit-animation-delay: 0.4s;animation-delay: 0.4s;}
.loadbox-txt-m__box:nth-of-type(3){-webkit-animation-delay: 0.7s;animation-delay: 0.7s;}
.loadbox-txt-m__box:nth-of-type(4){-webkit-animation-delay: 1s;animation-delay: 1s;}
.loadbox-txt-m__box:nth-of-type(5){-webkit-animation-delay: 1.3s;animation-delay: 1.3s;}
.loadbox-txt-m__box:nth-of-type(6){-webkit-animation-delay: 1.7s;animation-delay: 1.7s;}
.loadbox-txt-m__box:nth-of-type(7){-webkit-animation-delay: 2s;animation-delay: 2s;}
.loadbox-txt-m__box:nth-of-type(8){-webkit-animation-delay: 2.3s;animation-delay: 2.3s;}
.pbox1{margin-left:-12px;}
.pbox2{margin-left:-10px;}
.loadbox-load{width:100%;position:absolute;left:0;top:70%;z-index:93;text-align:center;}
.loadbox-load-line{width:260px;height:1px;background:#ddd;display:inline-block;position:relative;}
.loadbox-load-line-box{width:0%;height:1px;background:#7cbc27;display:inline-block;position:absolute;left:0;top:0;}
.loadbox-load-txt{display:block;font-size:40px;color:#7cbc27;font-weight:bold;padding-top:20px;}
.loadbox-z3{height:100%;width:100%;position:absolute;left:0;top:0;z-index:90;}
.loadbox-next{-webkit-animation:next 5s;animation:next 5s;animation-fill-mode:forwards;}

@-webkit-keyframes overbox {
  0%{height:53%;}
  100%{height:0%;}
}
@keyframes overbox {
  0%{height:53%;}
  100%{height:0%;}
}
@-webkit-keyframes scale {
  from{transform:scale(0);}
  to{transform:scale(1);}
}
@keyframes scale {
  from{transform:scale(0);}
  to{transform:scale(1);}
}
@-webkit-keyframes flash {
  from{transform:scale(0);}
  to{transform:scale(1);}
}
@keyframes flash {
  from{transform:scale(0);}
  to{transform:scale(1);}
}
@-webkit-keyframes next {
  from{transform:scale(1);}
  to{transform:scale(100);}
}
@keyframes next {
  from{transform:scale(1);}
  to{transform:scale(100);}
}
